<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.app {
    width: 100%;
    text-align: center;
}
 
.app .scroll {
    position: relative;
    display: inline-block;
    width: 100%;
}
 
.app .scroll .img {
    display: none;
    width: 100%;
}
 
.app .scroll .current {
    display: block;
}
 
.scroll .lf {
    position: absolute;
    top: 50%;
    left: 10px;
    background-position: -83px 0;
    width: 41px;
    height: 69px;
    cursor: pointer;
    transform: translateY(-50%);
}
 
.scroll .lr {
    position: absolute;
    top: 50%;
    right: 10px;
    background-position: -123px 0;
    width: 41px;
    height: 69px;
    cursor: pointer;
    transform: translateY(-50%);
}
 
.dots {
    position: absolute;
    bottom: 26px;
    width: 100%;
}
 
.dots&gt;span {
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    border: 3px solid rgba(255 0 0 / 20%);
    border-radius: 15px;
    cursor: pointer;
}
 
.dots&gt;span:not(:last-child) {
    margin-right: 5px;
}
 
/* 絨���婷��蘂��� */
.dots .square {
    background: #e80000;
}</pre></body></html>